'Declaration
Public Event AnnotationResized As GdViewer.AnnotationResizedEventHandler
public event GdViewer.AnnotationResizedEventHandler AnnotationResized
public event AnnotationResized: GdViewer.AnnotationResizedEventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event GdViewer.AnnotationResizedEventHandler* AnnotationResized
public: event GdViewer.AnnotationResizedEventHandler^ AnnotationResized